Skip to main content
Version: Upcoming

ULinkContextEvent

V8 Message Definiton

METADATA

AttributeValue
Topic5745-tool-core
MLink TokenSRLink
ProductSRControl
accessTypeSELECT
MLink EndpointMLink-Live

Table Definition

FieldTypeKeyDefault ValueComment
userNameVARCHAR(24)PRI''
clientFirmVARCHAR(16)''
accntVARCHAR(16)''most recent SR accnt optional
ticker_atenum - AssetType'None'most recent symbol optional
ticker_tsenum - TickerSrc'None'most recent symbol optional
ticker_tkVARCHAR(12)''most recent symbol optional
sourceVARCHAR(16)''source tool name eg SV CT BBLink SRSE etc
ulinkEventVARCHAR(8)''ulink event eg F1 F2 Enter etc if any
ulinkDetailTINYTEXT''additional ulink context detail if any
timestampDATETIME(6)'1900-01-01 00:00:00.000000'timestamp of ulink initiation

PRIMARY KEY DEFINITION (Unique)

FieldSequence
userName1

SELECT TABLE EXAMPLE QUERY

SELECT *
FROM `SRControl`.`MsgULinkContextEvent`
WHERE
/* Replace with a VARCHAR(24) */
`userName` = 'Example_userName';

Doc Columns Query

SELECT * FROM SRControl.doccolumns WHERE TABLE_NAME='ULinkContextEvent' ORDER BY ordinal_position ASC;